Page Events
The Page Events section allows you to define events to be applied against the page. The page supports all the event triggers previously discussed for fields, as well as the page-level events onbeforeload, onload, onbeforeunload, and onunload.
![Screen-shot of Page Event Details](images/fm_events_page.png)
Page Functions
Page Functions can be used to define functionality that is reused within event actions.
The generated function name can be changed by clicking the name. You can then add a series of actions and conditions to create the contents of the function in the same way as you would for any other event
It is also possible to add parameters to a function by clicking on the function name to switch it to edit mode, and then clicking the Add Parameter link. Each parameter must have a unique name. Defined parameters can be used within the function's actions by selecting the 'From parameter' option. This option will only be available for selection if parameters have been defined.
![Screen-shot of Page Functions](images/fm_page_functions.png)
Display Variables
Please see definition in the previous section.